將FULL JOIN改為UNION ALL 有時候,我們需要得到全連接的效果,如下例: create table t1 (id1 int, name1 varchar(20)) create table t2 (id2 int, ...